Skip to content

Commit 6721a6a

Browse files
committed
Removed superfluous guard macro
1 parent 2a50980 commit 6721a6a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

common/sys/sysinfo.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
#include "platform.h"
1616

1717
/* define isa namespace and ISA bitvector */
18-
/* Allow build system to override via -Disa=... -DISA=... on the command line */
19-
#if !defined(isa)
18+
/* We treat APX as superset of AVX10.2. We don't have support for APX without those extensions. */
2019
#if defined(__APX_F__) && defined(__AVX10_2__)
2120
# define isa apx
2221
# define ISA APX
@@ -69,7 +68,6 @@
6968
#else
7069
#error Unknown ISA
7170
#endif
72-
#endif /* !defined(isa) */
7371

7472
namespace embree
7573
{

0 commit comments

Comments
 (0)