simde icon indicating copy to clipboard operation
simde copied to clipboard

ADX functions

Open Torinde opened this issue 3 months ago • 0 comments

https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#othertechs=ADX https://en.wikipedia.org/wiki/Intel_ADX

  • ADCX Adds two unsigned integers plus carry, reading the carry from the carry flag and if necessary setting it there. Does not affect other flags than the carry.
  • ADOX Adds two unsigned integers plus carry, reading the carry from the overflow flag and if necessary setting it there. Does not affect other flags than the overflow.

Torinde avatar Mar 28 '24 10:03 Torinde