Skip to content
Snippets Groups Projects
Commit c24ad565 authored by maurossi's avatar maurossi
Browse files

android: aco: fix undefined template 'std::__1::array' build errors


Fixes a few building errors similar to the following:

In file included from external/mesa/src/amd/compiler/aco_instruction_selection.cpp:26:
In file included from external/libcxx/include/algorithm:639:
external/libcxx/include/utility:321:9:
error: implicit instantiation of undefined template 'std::__1::array<aco::Temp, 4>'
    _T2 second;
        ^

Fixes: 93c8ebfa ("aco: Initial commit of independent AMD compiler")
Signed-off-by: default avatarMauro Rossi <issor.oruam@gmail.com>
parent b38fcaa2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment