Skip to content

Instantly share code, notes, and snippets.

@uploadcare-user
Created September 15, 2017 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uploadcare-user/1ac4451e4207b857f172462cdc1d331e to your computer and use it in GitHub Desktop.
Save uploadcare-user/1ac4451e4207b857f172462cdc1d331e to your computer and use it in GitHub Desktop.
Instruction, pseudo code, integer to float
Instruction: cvtsi2ss xmm, r32
dst[31:0] := Convert_Int32_To_FP32(b[31:0])
dst[127:32] := a[127:32]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment