Skip to content

Commit

Permalink
Fix duplicate <opr> for sqrtss
Browse files Browse the repository at this point in the history
Commit 88bb68b added avx instructions
but forgot to remove the old <opr> information for the sqrtss
instruction. Let's get rid of it.
  • Loading branch information
vegard committed Nov 14, 2013
1 parent c98c3ec commit 462cac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/x86/optable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7868,7 +7868,6 @@
<def>
<pfx>aso rexr rexx rexb</pfx>
<opc>/sse=f3 0f 51</opc>
<opr>V W</opr>
<opr>V H W</opr>
<cpuid>sse avx</cpuid>
</def>
Expand Down

0 comments on commit 462cac7

Please sign in to comment.