{"id":1352,"date":"2009-04-06T19:49:05","date_gmt":"2009-04-07T02:49:05","guid":{"rendered":"http:\/\/multimedia.cx\/eggs\/?p=1352"},"modified":"2010-01-24T18:28:54","modified_gmt":"2010-01-25T02:28:54","slug":"performance-smackdown-now-with-64-bit","status":"publish","type":"post","link":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/","title":{"rendered":"Performance Smackdown, Now With 64-bit"},"content":{"rendered":"<p>Another in my continuing series of compiler performance reports&#8211; that is, the performance of straight C code when compiled by assorted compilers. <a href=\"http:\/\/multimedia.cx\/eggs\/icc-vs-gcc-smackdown-round-3\/\">Pursuant to round 3<\/a>, I downloaded the <a href=\"http:\/\/herebedragonsmovie.com\/download.php\">long, free, hi-def H.264\/AAC movie<\/a> to profile, as <a href=\"http:\/\/multimedia.cx\/eggs\/icc-vs-gcc-smackdown-round-3\/#comment-142716\">suggested by Reimar<\/a> and profiled that. It takes 11-15 minutes to decode the entire thing on my 2.13 GHz Core 2. No matter; my machine is patient, and here are the results:<\/p>\n<p><center><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/04\/icc-vs-gcc-32-bit-smackdown-round4.png\" alt=\"icc vs gcc performance chart when running FFmpeg, round 4\" title=\"icc vs gcc performance chart when running FFmpeg, round 4\" width=\"484\" height=\"263\" class=\"aligncenter size-full wp-image-1353\" srcset=\"https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/04\/icc-vs-gcc-32-bit-smackdown-round4.png 484w, https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/04\/icc-vs-gcc-32-bit-smackdown-round4-300x163.png 300w\" sizes=\"auto, (max-width: 484px) 100vw, 484px\" \/><br \/>\n<\/center><\/p>\n<p>&#8220;gcc-svn&#8221; is gcc 4.4.0-svn, revision 143046, built on 2009-01-03, same as before.<\/p>\n<p>All validations passed. Further, I used &#8220;march=pentium4&#8221; <a href=\"http:\/\/multimedia.cx\/eggs\/icc-vs-gcc-smackdown-round-3\/#comment-142715\">as suggested by Flameeyes<\/a>, on compilers that supported the option but not &#8220;march=core2&#8221; (gcc 3.4.6, 4.0.4, 4.1.2, and 4.2.4). I think that improved performance for those, but I won&#8217;t know for sure unless I run with the original MPEG-4 part 2\/MP3 movie from the previous tests.<\/p>\n<p>I also took this opportunity to see how native 64-bit builds performed on the same machine. I hope one day to get Intel&#8217;s 64-bit compiler working so it can be included in the competition:<\/p>\n<p><center><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/04\/gcc-64-bit-profiling-ffmpeg.png\" alt=\"Profiling 64-bit code using FFmpeg\" title=\"Profiling 64-bit code using FFmpeg\" width=\"286\" height=\"256\" class=\"aligncenter size-full wp-image-1356\" \/><br \/>\n<\/center><\/p>\n<p>For this test, I didn&#8217;t specify any compiler optimizations from the command line. Let me know if that should change for the next round. &#8220;gcc-svn&#8221; is a little more up to date at gcc 4.4.0-svn, revision 144720, built on 2009-03-08.<\/p>\n<p><strong>Lingering TODO:<\/strong> Investigate if <a href=\"http:\/\/www.coyotegulch.com\/products\/acovea\/\">Acovea<\/a> can help in this process.<\/p>\n<p><strong>See Also:<\/strong><\/p>\n<ul>\n<li><a href=\"http:\/\/multimedia.cx\/eggs\/64-bit-gcc-icc-performance-round\/\">Next smackdown in the series<\/a><\/li>\n<li><a href=\"http:\/\/multimedia.cx\/eggs\/icc-vs-gcc-smackdown-round-3\/\">Previous smackdown in the series<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The latest smackdown profiles H.264\/AAC performance as on 32-bit builds as well as 64-bit builds<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[116,122,174],"class_list":["post-1352","post","type-post","status-publish","format-standard","hentry","category-general","tag-gcc","tag-icc","tag-performance"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"The latest smackdown profiles H.264\/AAC performance as on 32-bit builds as well as 64-bit builds\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Multimedia Mike\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Breaking Eggs And Making Omelettes | Topics On Multimedia Technology and Reverse Engineering\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Profiling FFmpeg in 32- and 64-bit Modes | Breaking Eggs And Making Omelettes\" \/>\n\t\t<meta property=\"og:description\" content=\"The latest smackdown profiles H.264\/AAC performance as on 32-bit builds as well as 64-bit builds\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-04-07T02:49:05+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2010-01-25T02:28:54+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Profiling FFmpeg in 32- and 64-bit Modes | Breaking Eggs And Making Omelettes\" \/>\n\t\t<meta name=\"twitter:description\" content=\"The latest smackdown profiles H.264\/AAC performance as on 32-bit builds as well as 64-bit builds\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/#article\",\"name\":\"Profiling FFmpeg in 32- and 64-bit Modes | Breaking Eggs And Making Omelettes\",\"headline\":\"Performance Smackdown, Now With 64-bit\",\"author\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/wp-content\\\/uploads\\\/2009\\\/04\\\/icc-vs-gcc-32-bit-smackdown-round4.png\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/#articleImage\",\"width\":484,\"height\":263},\"datePublished\":\"2009-04-06T19:49:05-07:00\",\"dateModified\":\"2010-01-24T18:28:54-08:00\",\"inLanguage\":\"en-US\",\"commentCount\":12,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/#webpage\"},\"articleSection\":\"General, gcc, icc, performance\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/multimedia.cx\\\/eggs\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/general\\\/#listItem\",\"position\":2,\"name\":\"General\",\"item\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/general\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/#listItem\",\"name\":\"Performance Smackdown, Now With 64-bit\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/#listItem\",\"position\":3,\"name\":\"Performance Smackdown, Now With 64-bit\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/general\\\/#listItem\",\"name\":\"General\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\",\"name\":\"Breaking Eggs And Making Omelettes\",\"description\":\"Topics On Multimedia Technology and Reverse Engineering\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/\",\"name\":\"Multimedia Mike\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2eb93f7cada658f7986b5092062849fa255779eada3342c8f6b9a40764b95fdd?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"Multimedia Mike\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/#webpage\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/\",\"name\":\"Profiling FFmpeg in 32- and 64-bit Modes | Breaking Eggs And Making Omelettes\",\"description\":\"The latest smackdown profiles H.264\\\/AAC performance as on 32-bit builds as well as 64-bit builds\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/performance-smackdown-now-with-64-bit\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"datePublished\":\"2009-04-06T19:49:05-07:00\",\"dateModified\":\"2010-01-24T18:28:54-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#website\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/\",\"name\":\"Breaking Eggs And Making Omelettes\",\"description\":\"Topics On Multimedia Technology and Reverse Engineering\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Profiling FFmpeg in 32- and 64-bit Modes | Breaking Eggs And Making Omelettes","description":"The latest smackdown profiles H.264\/AAC performance as on 32-bit builds as well as 64-bit builds","canonical_url":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/#article","name":"Profiling FFmpeg in 32- and 64-bit Modes | Breaking Eggs And Making Omelettes","headline":"Performance Smackdown, Now With 64-bit","author":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"publisher":{"@id":"https:\/\/multimedia.cx\/eggs\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/04\/icc-vs-gcc-32-bit-smackdown-round4.png","@id":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/#articleImage","width":484,"height":263},"datePublished":"2009-04-06T19:49:05-07:00","dateModified":"2010-01-24T18:28:54-08:00","inLanguage":"en-US","commentCount":12,"mainEntityOfPage":{"@id":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/#webpage"},"isPartOf":{"@id":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/#webpage"},"articleSection":"General, gcc, icc, performance"},{"@type":"BreadcrumbList","@id":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs#listItem","position":1,"name":"Home","item":"https:\/\/multimedia.cx\/eggs","nextItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/general\/#listItem","position":2,"name":"General","item":"https:\/\/multimedia.cx\/eggs\/category\/general\/","nextItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/#listItem","name":"Performance Smackdown, Now With 64-bit"},"previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/#listItem","position":3,"name":"Performance Smackdown, Now With 64-bit","previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/general\/#listItem","name":"General"}}]},{"@type":"Organization","@id":"https:\/\/multimedia.cx\/eggs\/#organization","name":"Breaking Eggs And Making Omelettes","description":"Topics On Multimedia Technology and Reverse Engineering","url":"https:\/\/multimedia.cx\/eggs\/"},{"@type":"Person","@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author","url":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/","name":"Multimedia Mike","image":{"@type":"ImageObject","@id":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/2eb93f7cada658f7986b5092062849fa255779eada3342c8f6b9a40764b95fdd?s=96&d=identicon&r=g","width":96,"height":96,"caption":"Multimedia Mike"}},{"@type":"WebPage","@id":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/#webpage","url":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/","name":"Profiling FFmpeg in 32- and 64-bit Modes | Breaking Eggs And Making Omelettes","description":"The latest smackdown profiles H.264\/AAC performance as on 32-bit builds as well as 64-bit builds","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/multimedia.cx\/eggs\/#website"},"breadcrumb":{"@id":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/#breadcrumblist"},"author":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"creator":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"datePublished":"2009-04-06T19:49:05-07:00","dateModified":"2010-01-24T18:28:54-08:00"},{"@type":"WebSite","@id":"https:\/\/multimedia.cx\/eggs\/#website","url":"https:\/\/multimedia.cx\/eggs\/","name":"Breaking Eggs And Making Omelettes","description":"Topics On Multimedia Technology and Reverse Engineering","inLanguage":"en-US","publisher":{"@id":"https:\/\/multimedia.cx\/eggs\/#organization"}}]},"og:locale":"en_US","og:site_name":"Breaking Eggs And Making Omelettes | Topics On Multimedia Technology and Reverse Engineering","og:type":"article","og:title":"Profiling FFmpeg in 32- and 64-bit Modes | Breaking Eggs And Making Omelettes","og:description":"The latest smackdown profiles H.264\/AAC performance as on 32-bit builds as well as 64-bit builds","og:url":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/","article:published_time":"2009-04-07T02:49:05+00:00","article:modified_time":"2010-01-25T02:28:54+00:00","twitter:card":"summary","twitter:title":"Profiling FFmpeg in 32- and 64-bit Modes | Breaking Eggs And Making Omelettes","twitter:description":"The latest smackdown profiles H.264\/AAC performance as on 32-bit builds as well as 64-bit builds"},"aioseo_meta_data":{"post_id":"1352","title":"Profiling FFmpeg in 32- and 64-bit Modes | #site_title","description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-31 22:02:34","updated":"2025-12-31 19:08:50","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/multimedia.cx\/eggs\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/multimedia.cx\/eggs\/category\/general\/\" title=\"General\">General<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPerformance Smackdown, Now With 64-bit\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/multimedia.cx\/eggs"},{"label":"General","link":"https:\/\/multimedia.cx\/eggs\/category\/general\/"},{"label":"Performance Smackdown, Now With 64-bit","link":"https:\/\/multimedia.cx\/eggs\/performance-smackdown-now-with-64-bit\/"}],"_links":{"self":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/1352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/comments?post=1352"}],"version-history":[{"count":14,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/1352\/revisions"}],"predecessor-version":[{"id":2126,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/1352\/revisions\/2126"}],"wp:attachment":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/media?parent=1352"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/categories?post=1352"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/tags?post=1352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}