1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
tekimen 092726fb1e Fix GH-11785: '++nothing+crc' is not a recognized feature for M1 / M2 macOS compile target (#11796)
#pragma GCC target("+nothing+crc") is means clear outs aarch64_isa_flags.

However, #pragma clang attribute push(__attribute__((target("+nothing+crc") is not means any, then displays ignore feature. (Not reproduce Linux on ARM (ex: Raspberry Pi))

Therefore, Add new #pragma when compiling on M1/M2 macOS.
2023-07-29 06:00:47 +01:00
..
2023-07-26 18:05:56 +02:00
2023-04-03 08:02:19 +02:00
2023-05-12 23:42:54 +02:00
2023-07-21 11:17:01 +02:00
2023-07-01 18:37:53 +02:00
2023-07-07 18:01:53 +02:00
2023-07-06 21:44:00 +02:00
2023-07-10 13:42:44 +02:00
2023-07-27 12:30:34 +02:00
2023-07-18 12:59:21 +02:00
2023-04-20 08:46:01 +02:00
2023-07-24 15:45:28 +03:00
2023-07-04 10:29:22 +02:00
2023-07-17 07:10:16 +01:00
2023-03-28 00:12:28 +02:00
2023-04-03 08:02:19 +02:00
2023-03-15 21:47:34 +01:00
2023-06-22 20:51:29 +02:00
2023-04-03 08:02:19 +02:00
2023-07-07 12:16:48 +02:00
2023-05-26 11:39:56 +02:00
2023-01-16 12:27:33 +01:00
2023-07-04 09:18:49 +02:00
2023-07-07 18:02:32 +02:00
2023-07-07 10:29:52 +02:00
2023-03-01 23:05:24 +01:00
2023-03-27 16:34:11 +02:00
2023-07-04 09:18:49 +02:00
2023-07-28 15:56:42 +02:00