We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a50980 commit 6721a6aCopy full SHA for 6721a6a
1 file changed
common/sys/sysinfo.h
@@ -15,8 +15,7 @@
15
#include "platform.h"
16
17
/* define isa namespace and ISA bitvector */
18
-/* Allow build system to override via -Disa=... -DISA=... on the command line */
19
-#if !defined(isa)
+/* We treat APX as superset of AVX10.2. We don't have support for APX without those extensions. */
20
#if defined(__APX_F__) && defined(__AVX10_2__)
21
# define isa apx
22
# define ISA APX
@@ -69,7 +68,6 @@
69
68
#else
70
#error Unknown ISA
71
#endif
72
-#endif /* !defined(isa) */
73
74
namespace embree
75
{
0 commit comments