odd bit optimized function
    Vitaliy Fadeev 
    vital.fadeev at gmail.com
       
    Fri Sep 22 14:29:08 UTC 2023
    
    
  
x86 first bit check (odd check):
```asm
AND EAX, EAX  ; update FLAG OF  // odd flag
JO  Label
```
Is there D-Lang operator of optimized library function ?
    
    
More information about the Digitalmars-d-learn
mailing list