View Single Post
  #2  
Old 06-17-2018, 09:53
deepzero's Avatar
deepzero deepzero is offline
VIP
 
Join Date: Mar 2010
Location: Germany
Posts: 300
Rept. Given: 111
Rept. Rcvd 64 Times in 42 Posts
Thanks Given: 178
Thanks Rcvd at 215 Times in 92 Posts
deepzero Reputation: 64
There is no x64 inline assembly with the Microsoft compiler.

Quote:
One of the constraints for the x64 compiler is to have no inline assembler support. This means that functions that cannot be written in C or C++ will either have to be written as subroutines or as intrinsic functions supported by the compiler. Certain functions are performance sensitive while others are not. Performance-sensitive functions should be implemented as intrinsic functions.
Reply With Quote
The Following 2 Users Say Thank You to deepzero For This Useful Post:
Mahmoudnia (06-17-2018), tonyweb (06-18-2018)