Alessandro Gatti 2024-05-09 08:05:34 +02:00 zatwierdzone przez GitHub
commit 0d79a3731e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -19,8 +19,6 @@
#include <stdint.h>
#include <math.h>
#define FLT_EVAL_METHOD 0
#define FORCE_EVAL(x) do { \
if (sizeof(x) == sizeof(float)) { \
volatile float __x; \

Wyświetl plik

@ -15,8 +15,6 @@
#include <stdint.h>
#include <math.h>
#define FLT_EVAL_METHOD 0
#define FORCE_EVAL(x) do { \
if (sizeof(x) == sizeof(float)) { \
volatile float __x; \