[mod] style

This commit is contained in:
Andy Bunce 2025-08-02 15:06:08 +01:00
parent 6e88dd1509
commit 7369f33b5e
9 changed files with 7408 additions and 2001 deletions

View file

@ -23,13 +23,16 @@ as map(*)?
"jsonrpc": "2.0",
"id": $json?id,
"result":{
"contents": [{
"language": "PlainText",
"value": "VPCONFLICTQ : [NONE,AVX512_CD] Detect Conflicts Within a Vector of Packed Dword/Qword Values into Dense Memory/ Register\n"
"contents": [
{
"language": "markdown",
"value": `this is **bold** markdown
a link (here)[http://google.com]
The last line`
},
{
"language": "Markdown",
"value": "```text\n µOps µOps µOps \nArchitecture Instruction Fused Unfused Port Latency Throughput \nSkylakeX VPCONFLICTQ x,x 3 3 p01 p5 4 2 \nSkylakeX VPCONFLICTQ y,y 15 15 p01 p5 13 7 \nSkylakeX VPCONFLICTQ z,z 22 22 p0 p5 17 12 \n```"
"language": "plaintext",
"value": "A hover for " || json:serialize($json)
}]
}
}