From 93644c6e81c68c930c5179392d528db43cc60791 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Thu, 9 May 2024 22:55:18 +0300 Subject: [PATCH] Fix MacOS detection scheme. Remove debugging echoes. --- nimcrypto/cpufeatures.nim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nimcrypto/cpufeatures.nim b/nimcrypto/cpufeatures.nim index 11a903b..2886f7d 100644 --- a/nimcrypto/cpufeatures.nim +++ b/nimcrypto/cpufeatures.nim @@ -24,10 +24,6 @@ type CRC32, # CRC-32 extension support AES # AES extension support -echo "ARM64 = ", defined(arm64) -echo "MACOS = ", defined(macos) -echo "MACOSX = ", defined(macosx) - when defined(amd64): when defined(vcc): proc getCpuid(cpuInfo: ptr uint32, funcId: uint32, subId: uint32) {.