File tree Expand file tree Collapse file tree 4 files changed +15
-11
lines changed
Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -11595,14 +11595,17 @@
1159511595 GCC_ENABLE_CPP_RTTI = YES;
1159611596 GCC_WARN_UNINITIALIZED_AUTOS = YES;
1159711597 GCC_WARN_UNUSED_FUNCTION = NO;
11598+ GCC_WARN_UNUSED_VARIABLE = NO;
1159811599 MACOSX_DEPLOYMENT_TARGET = 14.6;
11600+ OTHER_CFLAGS = (
11601+ "-DBLAKE3_NO_AVX512",
11602+ "-DBLAKE3_NO_SSE41",
11603+ "-DBLAKE3_NO_AVX2",
11604+ );
1159911605 OTHER_CPLUSPLUSFLAGS = (
1160011606 "$(OTHER_CFLAGS)",
1160111607 "-Wimplicit-fallthrough",
1160211608 "-Wno-deprecated-this-capture",
11603- "-DBLAKE3_NO_AVX2",
11604- "-DBLAKE3_NO_AVX512",
11605- "-DBLAKE3_NO_SSE41",
1160611609 );
1160711610 USER_HEADER_SEARCH_PATHS = (
1160811611 "$(PROJECT_DIR)/include",
@@ -11626,14 +11629,17 @@
1162611629 GCC_ENABLE_CPP_RTTI = YES;
1162711630 GCC_WARN_UNINITIALIZED_AUTOS = YES;
1162811631 GCC_WARN_UNUSED_FUNCTION = NO;
11632+ GCC_WARN_UNUSED_VARIABLE = NO;
1162911633 MACOSX_DEPLOYMENT_TARGET = 14.6;
11634+ OTHER_CFLAGS = (
11635+ "-DBLAKE3_NO_AVX512",
11636+ "-DBLAKE3_NO_SSE41",
11637+ "-DBLAKE3_NO_AVX2",
11638+ );
1163011639 OTHER_CPLUSPLUSFLAGS = (
1163111640 "$(OTHER_CFLAGS)",
1163211641 "-Wimplicit-fallthrough",
1163311642 "-Wno-deprecated-this-capture",
11634- "-DBLAKE3_NO_AVX2",
11635- "-DBLAKE3_NO_AVX512",
11636- "-DBLAKE3_NO_SSE41",
1163711643 );
1163811644 USER_HEADER_SEARCH_PATHS = (
1163911645 "$(PROJECT_DIR)/include",
Original file line number Diff line number Diff line change 3636 ignoresPersistentStateOnLaunch = " NO"
3737 debugDocumentVersioning = " YES"
3838 debugServiceExtension = " internal"
39- allowLocationSimulation = " YES"
40- internalIOSLaunchStyle = " 3" >
39+ allowLocationSimulation = " YES" >
4140 </LaunchAction >
4241 <ProfileAction
4342 buildConfiguration = " Release"
Original file line number Diff line number Diff line change 3939 ignoresPersistentStateOnLaunch = " NO"
4040 debugDocumentVersioning = " YES"
4141 debugServiceExtension = " internal"
42- allowLocationSimulation = " YES"
43- internalIOSLaunchStyle = " 3" >
42+ allowLocationSimulation = " YES" >
4443 </LaunchAction >
4544 <ProfileAction
4645 buildConfiguration = " Release"
Original file line number Diff line number Diff line change 1515#endif
1616
1717#if defined(IS_X86 )
18- static uint64_t xgetbv () {
18+ static uint64_t xgetbv (void ) {
1919#if defined(_MSC_VER )
2020 return _xgetbv (0 );
2121#else
You can’t perform that action at this time.
0 commit comments