faster-hex icon indicating copy to clipboard operation
faster-hex copied to clipboard

Add no-std support

Open elichai opened this issue 3 years ago • 0 comments

This makes the crate work in no-std environment by calling CPUID instead of using the is_x86_feature_detected! macro (the macro is not in core because some of those macros require OS support)

elichai avatar Aug 30 '22 11:08 elichai